runtime.traceWriter.writeProcStatus (method)
4 uses
runtime (current package)
traceevent.go#L42: tl.writer().writeProcStatus(uint64(pp.id), procStatus, pp.trace.inSweep).end()
traceruntime.go#L544: tl.writer().writeProcStatus(uint64(pp.id), tracev2.ProcSyscallAbandoned, pp.trace.inSweep).end()
tracestatus.go#L76: w = w.writeProcStatus(uint64(pp.id), status, pp.trace.inSweep)
tracestatus.go#L89: func (w traceWriter) writeProcStatus(pid uint64, status tracev2.ProcStatus, inSweep bool) traceWriter {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |